-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: http buffer filter configuration (#6249) #6315
Conversation
Signed-off-by: Ruzil Mukhametov <ruzmuh@gmail.com>
Hi @ruzmuh! Welcome to our community and thank you for opening your first Pull Request. Someone will review it soon. Thank you for committing to making Contour better. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace |
Co-authored-by: Lubron <lubronzhan@gmail.com> Signed-off-by: Ruzil Mukhametov <ruzmuh@gmail.com>
Signed-off-by: Ruzil Mukhametov <ruzmuh@gmail.com>
Signed-off-by: Ruzil Mukhametov <ruzmuh@gmail.com>
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6315 +/- ##
=======================================
Coverage 81.56% 81.57%
=======================================
Files 133 134 +1
Lines 15801 15828 +27
=======================================
+ Hits 12888 12911 +23
- Misses 2617 2621 +4
Partials 296 296
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
can this be reopened? It's a pretty important feature |
Proposal for Issue #6249:
Introduce two optional command line flags,
envoy-http-buffer-max-request-bytes
andenvoy-https-buffer-max-request-bytes
, with default values set to0
. If the value is non-zero, an HTTP buffer filter will be added to the HTTP filter chain immediately after theDefaultFilters()
with themax_request_bytes
parameter. This configuration allows setting the buffer filter for the entire HTTP listener. In the future, it possible to provide ability to override these values on a per-route basis using bufferperroute.